home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1998 #3 / Amiga Plus CD - 1998 - No. 3.iso / demo-versionen / prototype / hd_install next >
Text File  |  1997-11-15  |  573b  |  21 lines

  1. ;
  2. ; Prototype - Hard Disc Installer
  3. ;
  4. RequestChoice >NIL: "PROTOTYPE HD Installer" "Okay to install fonts and libs to your hard disc?" "Proceed"
  5. ;RequestFile DRAWER "SYS:" TITLE "Select where to put PROTOTYPE" DRAWERSONLY >ENV:PROTOINSTALL
  6. ;IF WARN
  7. ;Echo "PROTOTYPE Installation Aborted."
  8. ;Quit 5
  9. ;END IF
  10.  
  11. echo "Copying lowlevel.library to libs...."
  12. Copy libs/lowlevel.library to libs: QUIET
  13. ;Copy DISC1:c ALL to SYS:c/ QUIET
  14. ;Copy DISC1:devs ALL to SYS:devs/ QUIET
  15. echo "Copying helvetica to fonts.........."
  16. Copy Fonts/ ALL to Fonts: QUIET
  17.  
  18. Echo ".....All Done."
  19. Wait 2
  20.  
  21.